Skip to content

test: Add bin/test helper to invoke specs with mise#2983

Open
sl0thentr0py wants to merge 1 commit into
masterfrom
neel/mise-test
Open

test: Add bin/test helper to invoke specs with mise#2983
sl0thentr0py wants to merge 1 commit into
masterfrom
neel/mise-test

Conversation

@sl0thentr0py

@sl0thentr0py sl0thentr0py commented Jun 23, 2026

Copy link
Copy Markdown
Member
  • ./bin/test -l: list all cells across gems
  • ./bin/test --gem <gem>: scope by gem, picks latest cell automatically if not supplied
  • ./bin/test --cell <cell>: run a cell's specs under its mise ruby
  • ./bin/test --cell <cell> -- <spec args>: forward args to rspec
  • ./bin/test --cell <cell> --rake: run bundle exec rake like CI
  • extract shared cell/mise machinery into bin/lib/matrix.rb (used by relock and test)
  • per gem ./bin/test wrappers that pass through to top level command
  • rename old rails bin/test -> bin/test_old

Issues

@sl0thentr0py sl0thentr0py changed the base branch from master to neel/relock June 23, 2026 13:42
@sl0thentr0py sl0thentr0py changed the title neel/mise test test: Add bin/test helper to invoke specs with mise Jun 23, 2026
@linear-code

linear-code Bot commented Jun 23, 2026

Copy link
Copy Markdown

RUBY-180

@sl0thentr0py sl0thentr0py force-pushed the neel/mise-test branch 3 times, most recently from 9cb3f25 to a8c079f Compare June 23, 2026 14:13
@sl0thentr0py sl0thentr0py marked this pull request as ready for review June 23, 2026 14:17
@sl0thentr0py sl0thentr0py marked this pull request as draft June 23, 2026 14:19

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit a8c079f. Configure here.

Comment thread bin/test Outdated
Base automatically changed from neel/relock to master June 25, 2026 12:40
@sl0thentr0py sl0thentr0py force-pushed the neel/mise-test branch 4 times, most recently from 9787acb to f8776fd Compare June 25, 2026 15:44
* `./bin/test -l`: list all cells across gems
 * `./bin/test --gem <gem>`: scope by gem, picks latest cell automatically if not supplied
* `./bin/test --cell <cell>`: run a cell's specs under its mise ruby
* `./bin/test --cell <cell> -- <spec args>`: forward args to rspec
* `./bin/test --cell <cell> --rake`: run `bundle exec rake` like CI
* extract shared cell/mise machinery into `bin/lib/matrix.rb` (used by relock and test)
* per gem `./bin/test` wrappers that pass through to top level command
* rename old rails `bin/test` -> `bin/test_old`

* part of: #2961
* part of: RUBY-180

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Pmtt83HAJyyofGwhRGgcoj
@sl0thentr0py sl0thentr0py marked this pull request as ready for review June 25, 2026 15:46
@dingsdax dingsdax self-requested a review June 25, 2026 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant